@charset "Shift_JIS";

/*============================================================*
* Novel_Night_01
* 	Author: awa.lism
* 	Website: http://awa.x0.com/
*============================================================*/

*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	text-decoration: none;
	font-style: normal;
	font-family: Verdana , Osaka , ＭＳＰゴシック , sans-serif;
	}

html{	}

body{
	font-size: 100%;		/* 全体の文字サイズ */
	line-height: 180%;		/* 行間 */
      
	text-align: center;
	color: #ccf0ff;			/* 文字色 */
	background: #00587d;	/* 全体の背景色 */
	}

br{ letter-spacing: normal; }
hr{ display: none; }
img{ border: none; }


/* レイアウト  ////////////////////////////////// */

#wrapper{
	width: 690px;			/* テキスト部分の横幅 */
	margin: 0 auto 0;
	text-align: left;
	background : #337997 url(img/header.gif) no-repeat 50% 0%;	/* テキスト部分の背景 */
	}

	#header{
		height: 160px;
		text-align: center;
		}
		h1{
			padding: 30px 0 0;
			font-size: 130%;
			letter-spacing: 1px;
			}
		#header p{
			padding: 0;
			line-height: 150%;
			font-size: 84%;
			}

	#text{
		margin: 0 20px 10px;
		border-bottom: 3px solid #619db6;
		}

	#other{
		}

	#footer{
		padding: 20px 0;
		text-align: center;
		}



/* リンク関連  ////////////////////////////////// */

a:link,
a:visited{
	color: #efc;			/* リンクの文字色 */
	text-decoration: underline;
	}
a:hover{
	color: #bc6;			/* オンマウス時のリンク色 */
	}



/* 見出し  ////////////////////////////////////// */

h2{
	margin: 0 0 20px;
	font-size: 25px;
	border-bottom: 3px solid #619db6;
	}

h3{
	margin: 0 0 15px;
	font-size: 110%;
	}

h4{
	margin: 0 0 15px;
	font-size: 100%;
	}



/* ブロック要素  //////////////////////////////// */

p{ padding: 0 0 40px 15px; }
	p.c{ text-align: center; }
	p.r{ text-align: right; }

	p.deco{					/* 装飾用 */
		margin: 0 15px 40px;
		padding: 5px 10px;
		background: #619db6;
		}

	p.postScript{			/* あとがき */
		margin: 0 20px 5px;
		padding: 10px 10px 10px;
		line-height: 150%;
		font-size: 84%;
		background: #26698b;
		}

	p.navi{					/* ページ移動 */
		padding: 5px 0 15px;
		text-align: center;
		}


/* インライン要素  ////////////////////////////// */

em{
	font-weight: bold;
	}

strong{ 
	font-weight: bold;
	color:#ecf;
	}

i{ font-style: oblique; }
ins{ text-decoration: underline; }
del{ text-decoration: line-through; color: #a3bfcc; }
small{ font-size: 84%; }


/* 目次用  ////////////////////////////////////// */

#index #text p{
	padding: 0 0 1.5em 15px;
	line-height: 150%;
	font-size: 84%;
	}

	#index #text p.deco{			/* 装飾用(目次) */
		margin: 0 20px 20px;
		padding: 5px 10px;
		background: #619db6;
		}

#index h2{ margin-bottom: 7px; }
#index h3,
#index h4{
	margin-bottom: 2px;
	}

dl{
	margin: 0 20px 40px;
	}
	dl dt{
		padding: 0 10px;
		font-weight: bold;
		background: #00587d;
		}
	dl dd{
		margin: 0 0 10px 20px;
		padding: 2px 5px;
		}
		dl dd a:link,
		dl dd a:visited{
			font-weight: bold;
			text-decoration: none;
			}
		dl dd a:visited{
			color: #bc6;
			}

		dl dd ul{}
			dl dd ul li{
				list-style: none;
				display: inline;
				margin: 0 5px 0 0;
				}

table{
	margin: 0 20px 20px;
	font-size: 84%;
	border-collapse: separate;
	}
	* html table,
	* html td{
		font-size: 90%;
		}

table th{
	margin: 2px 0;
	padding: 2px 8px;
	text-align: left;
	font-weight: bold;
	background: transparent;	/* セルの背景色(左側) */
	}

table td{
	padding: 3px 8px;
	vertical-align: top;
	background: #619db6;		/* セルの背景色(右側) */
	}


